net/http.http2ClientConn.t (field)

18 uses

	net/http (current package)
		h2_bundle.go#L7376: 	t             *http2Transport
		h2_bundle.go#L7825: 		t:                     t,
		h2_bundle.go#L7911: 	pingTimeout := cc.t.pingTimeout()
		h2_bundle.go#L8051: 	if cc.t.StrictMaxConcurrentStreams {
		h2_bundle.go#L8223: 	if f := cc.t.CountError; f != nil {
		h2_bundle.go#L8251: 	if cc.t.t1 != nil {
		h2_bundle.go#L8252: 		return cc.t.t1.ResponseHeaderTimeout
		h2_bundle.go#L8461: 	if !cc.t.disableCompression() &&
		h2_bundle.go#L8480: 	continueTimeout := cc.t.expectContinueTimeout()
		h2_bundle.go#L9212: 	closeOnIdle := cc.singleUse || cc.doNotReuse || cc.t.disableKeepAlives() || cc.goAway != nil
		h2_bundle.go#L9265: 	cc.t.connPool().MarkDead(cc)
		h2_bundle.go#L9305: 	f := cc.t.CountError
		h2_bundle.go#L9332: 	readIdleTimeout := cc.t.ReadIdleTimeout
		h2_bundle.go#L9866: 	cc.t.connPool().MarkDead(cc)
		h2_bundle.go#L9870: 		if fn := cc.t.CountError; fn != nil {
		h2_bundle.go#L9995: 	if fn := cs.cc.t.CountError; fn != nil {
		h2_bundle.go#L10097: 	cc.t.logf(format, args...)
		h2_bundle.go#L10101: 	cc.t.vlogf(format, args...)